post
Get an item activity
{{protocol}}://{{url}}/{{version}}/items/:_key/activity
Query the items connected to a specific item.
Authenticated. Permissions:
r
on each item being traversed.
Authentication
Authentication inherited from the collection: Bearer .Parameters
Name | Type | Value |
---|---|---|
_key | path | {{meKey}} |
Body
{
"populate": false,
"depth": 1,
"offset": 0,
"limit": 50,
"search": "",
"topics": [
"item.created",
"item.updated"
],
"items": [
"Media",
"Shot",
"Asset"
],
"itemsComparator": "IN",
"createdBy": [
"{{meKey}}"
]
}
Get an item history
Previous
Traverse
Next